IdeaBlade Application Framework
FrameworkBootstrapper<TRootModel> Constructor
See Also  Send Feedback
Caliburn.Micro.Extensions Namespace > FrameworkBootstrapper<TRootModel> Class : FrameworkBootstrapper<TRootModel> Constructor



useApplication
Optionally specify if the bootstrapper should hook into the application object.
Creates an instance of the framework bootstrapper.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   Optional ByVal useApplication As Boolean _
)
Visual Basic (Usage)Copy Code
Dim useApplication As Boolean
 
Dim instance As New FrameworkBootstrapper(Of TRootModel)(useApplication)
C# 
public FrameworkBootstrapper<TRootModel>( 
   bool useApplication
)
C++/CLI 
public:
FrameworkBootstrapper<TRootModel>( 
   bool useApplication
)

Parameters

useApplication
Optionally specify if the bootstrapper should hook into the application object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.